/*
首页模块命名规范：col-index-模块英文名称，如：col-index-news
内页页面外层容器命名规范：
1、通用样式：col-page，内页外层容器通用样式，使用方法<div class="col-page col-page-about"></div>
2、页面样式：col-page-模块英文名称，如：col-page-about（关于我们页面）
3、内页模块命名规范：col-模块英文名称，如：col-product（产品）、col-honor（荣誉）(<div class="col-wrap col-product"></div>)
其他命名规范：
1、使用swiper、owl.Carousel等插件时，插件外层容器可用模块名称-container,如product-container
2、使用英文名称为样式命名，不要出现拼音和首字母
3、模块最外层容器命名规范：col-自定义名称
4、样式命名中单词由符号“-”来连接，如：col-culture,col-hot-product
备注：上面所说的模块不是指系统后台模块，是网站前台页面中的组成模块，如：首页中包含网站头部、产品、新闻、荣誉、案例、网站底部，其中每个部分视为一个模块。
*/
@charset "utf-8";
@import 'style.css';
#page{padding-top: 80px; overflow: hidden;}
header{width:100%; height:80px; background: #fff;  position: fixed; left: 0; top: 0; z-index: 8; box-shadow:0 0 8px rgba(0,0,0,.2)}
header h1{margin:0; padding: 0;line-height:70px;}
.col-header-nav ul li{float:left;display: block; line-height:80px;position:relative;font-size:16px;}
.col-header-nav ul li a{display:inline-block; color:#212121;padding:0 33px;}
.col-header-nav ul ul{position:absolute;background:#fff;padding:10px 0;display:none;}
.col-header-nav li li{line-height:35px;font-size:14px;width: 100%;}
.col-header-nav li li a{color:#262626;width: 100%;}
.col-header-nav ul li:hover a,.col-header-nav ul li.active a{color:#2e368e;}
.col-header-nav ul li:hover li a,.col-header-nav ul li.active li a{color:#262626;}
.col-header-nav ul li:hover ul{display: block;}
.col-header-nav ul li li:hover a,.col-header-nav ul li.active li:hover a{color:#2e368e;}


.col-header-search{display:block;position:relative;width:11.67%;background:none;border-radius:15px;overflow:hidden;margin-top:25px;margin-left:5%;border:1px solid #bfbfbf;}
.col-header-search input{width:100%;background:none;border:0; line-height:28px;padding:0 35px 0 15px;}
.col-header-search a#head_search{display:block;position:absolute;right:15px;top:0;font-size:20px;color:#343a99;cursor:pointer;text-align:center;}


nav.mm-menu_offcanvas{display: none;}
 #header a.mm_btn{display: none; width: 55px; height: 55px; position: absolute; right: 0; top:0;  background: #0067b7; transition: .5s all;}
/**/
.col-index-product{/*margin: 50px 0;*/}/*首页产品模块外层容器样式*/
.col-index-product .title-head{text-align: center; font-size: 3rem; margin-bottom: 30px; }
.col-index-product .swiper-slide{height: 200px; line-height: 200px; text-align: center; background:#eee;}
.col-index-project{margin: 50px 0;}/*首页案例模块外层容器样式*/
.col-index-project .title-head{text-align: center; font-size: 3rem; margin-bottom: 30px; }
.owl-item .item{ height: 200px; line-height: 200px; text-align: center; background: #eee; }
.col-page{}/*内页通用页面外层容器样式*/
.col-page-about, .col-page-news, .col-page-product{/*内页页面外层容器样式*/}
.col-wrap{}/*内页模块通用外层容器样式,公用样式*/
.col-about, .col-img, .col-product{}/*内页模块外层容器样式*/
.col-about .title-head{}/*标题头*/
.col-about .content{}/*内容*/
.col-about .content .s-title{}/*终极标题*/
.col-about .content .s-content{}/*终极内容*/
footer{}

@media (max-width: 1150px){
  .col-header-nav ul li a{padding:0 16px;}
}
/*手机版菜单*/
@media screen and (max-width: 992px)  {
  #page{padding-top:50px;box-shadow: 0 0 10px rgba(0,0,0,.15);}
  header{height:55px;}
  header h1{line-height:48px;}
  .col-header-nav,.col-header-search{display:none;}
  #header a.mm_btn {background: center center no-repeat #0067b7;display: block;width: 55px;height: 55px;position: absolute;top:0px;right: 0; padding: 12.5px; }
  #header .mm_btn .menu_bar {width: 30px;height: 30px; position: relative;transform: translateZ(0) rotate(0);transition: transform .4s cubic-bezier(.4,.01,.165,.99);}
  #header .mm_btn .menu_bar_item { position: absolute;left: 0;top: 0; transform: translateZ(0) rotate(0); transition: transform .25s cubic-bezier(.4,.01,.165,.99) 0s; -webkit-transform: translateZ(0) rotate(0); -webkit-transition: -webkit-transform .25s cubic-bezier(.4,.01,.165,.99) 0s; width: 30px;height: 30px;}
  #header .mm_btn .menu_bar_item .rect{ width: 30px; height: 2px; background: #fff; position: absolute; left: 0; top: 14px;
      /*transition: transform .2s ease .2s;
      -webkit-transition: -webkit-transform .2s ease .2s;*/
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
  }
  #header .mm_btn .menu_bar_item .rect.top {transform: translate3d(0,-8px,0); -webkit-transform: translate3d(0,-8px,0);}
  #header .mm_btn .menu_bar_item .rect.mid {transform: translate3d(0,0px,0); -webkit-transform: translate3d(0,0px,0); transition: 0.5s;}
  #header .mm_btn .menu_bar_item .rect.bottom {transform: translate3d(0,8px,0); -webkit-transform: translate3d(0,8px,0);}
  #header .mm_btn.is_active .menu_bar_item.mid{opacity: 0;}
  #header .mm_btn.is_active .menu_bar_item .rect {transition: transform 0s ease 0s; transform: translate3d(0,0,0); -webkit-transition: -webkit-transform 0s ease 0s; -webkit-transform: translate3d(0,0,0);}
  #header .mm_btn.is_active .menu_bar_item.bottom { transform: translateZ(0) rotate(-45deg); -webkit-transform: translateZ(0) rotate(-45deg);}
  #header .mm_btn.is_active .menu_bar_item {
      transform: translateZ(0) rotate(45deg);
      transition: transform .25s cubic-bezier(.4,.01,.165,.99) 0s;
      -webkit-transform: translateZ(0) rotate(45deg);
      -webkit-transition: -webkit-transform .25s cubic-bezier(.4,.01,.165,.99) 0s;
  }
  /*菜单弹出方向*/
  .mm-menu_offcanvas{left: auto!important;}
  .mm-menu{right: 0!important;}
  .mm-menu_offcanvas.mm-menu_opened{z-index: 9!important;}
  .mm-slideout{z-index: 10!important;}
  .mm-menu.mm-menu_pageshadow:after{content: ""; display: block; width: 20px; height: 120%; position: absolute; right: 100%; top: -10%; z-index: 99; box-shadow: 0 0 10px rgba(0,0,0,.3);}/*弹出菜单边阴影*/
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{
      -webkit-transform: translate(-80vw,0)!important;
      -ms-transform: translate(-80vw,0)!important;
      transform: translate(-80vw,0)!important;
      -webkit-transform: translate3d(-80vw,0,0)!important;
      transform: translate3d(-80vw,0,0)!important;
      /*transform: translate3d(80vw,0,0)!important;*/
  }
  .mm-wrapper_opened .mm-menu_fx-menu-slide {
      -webkit-transform: translate(0,0)!important;
      -ms-transform: translate(0,0)!important;
      transform: translate(0,0)!important;
      -webkit-transform: translate3d(0,0,0)!important;
      transform: translate3d(0,0,0)!important;
  }
  /**/
  #menu{ color:rgba(0,0,0,.8);}
  #menu .mm-listview .mm-btn_next:after{border-color: rgba(189,189,189,1);}
  #menu .mm-btn:after, #menu .mm-btn:before{border-color: rgba(189,189,189,1);}
  #menu .mm-navbar a, #menu .mm-navbar>*{color:rgba(0,0,0,.8); font-size: 16px;}
  #menu.mm-menu_theme-white .mm-counter{color:rgba(0,0,0,.6);}
  #menu .mm-searchfield input{background: rgba(0,0,0,.3);color: rgba(0,0,0,.2);}
  #menu .mm-listitem, #menu .mm-listitem #menu .mm-btn_next, #menu .mm-listitem #menu .mm-btn_next:before, #menu .mm-listitem:after, #menu .mm-listview{ border-color: rgba(0,0,0,.1); }
  #menu .mm-navbars_bottom, #menu .mm-navbars_top{border-color: rgba(0,0,0,.1);}
  #menu .mm-listitem a{font-size: 16px;}
}
@media (max-width: 991px){
  .col-page-banner-content p{font-size:22px;}
  .col-page-banner-content h4{font-size:16px;}
  .col-page-banner-content h5{font-size:14px;line-height:40px;}
  .col-page-banner-content h5 i{margin-left:30px;}
  .footer-contact {margin-top:10px;}
  .footer-contact p{padding-left:0;}

  .col-news-list ul.row{margin-left: -15px;margin-right: -15px;}
  .col-news-list ul li{padding-left: 15px;padding-right: 15px;}

  .col-page-talent ul.row{margin-left:-15px;margin-right:-15px;}
  .col-page-talent ul li{padding-left:15px;padding-right:15px;}

  .job ul li span{width:27%;}

  .col-page-about{margin-top:25px;}
  .textImgbox {margin-top:10px;}
  .textImg .nytit,.textImgbox2 .textImg .nytit{margin-top:0;}
  .textImg .con{margin-top:15px;}
 
  .col-culture{position:relative;margin:40px auto 0;left:0;top:0;}

}
@media (max-width: 850px){
  .col-page-development ul li .content{width:700px;margin-left:-350px;}
  .col-page-development ul li .con{padding-top:25px;}
}
@media (max-width: 767px){
  .col-page-banner .slick-dots{bottom:5px;}
  .col-page-banner-content p{font-size:14px;}
  .col-page-banner-content h4{margin-bottom:5px;font-size:14px;} 
  .col-page-banner-content h5{margin-top:5px;line-height:24px;padding:0 10px;display:none;} 
  .col-page-banner-content h5 i{margin-left:20px;}
  .col-page-banner-content_ny h2{font-size:18px;}

  .col-index-gg .icon-gg{ height:45px; }
  #scrollDiv{ height:45px; }
  #scrollDiv li{height:45px;line-height: 45px; padding-right:0;}
  #scrollDiv li a.more{display:none;}

  .col-index-title h3 {font-size:30px;padding-bottom:30px;}
  .col-index-title h3 span{font-size:16px;}

  .col-index-about{padding:50px 0 60px;}
  .col-index-about ul{margin-top:20px;}
  .col-index-about ul li{margin-top:20px!important;}
  .col-index-about ul li .content{padding:25px 15px;}
  .col-index-about ul li .content .con{height:auto}
  .col-index-about ul li h4{height:30px;line-height:30px;margin-top:25px;width:120px;}

  .col-index-product{padding:40px 0 0;}
  .col-index-product ul{margin-top:30px;}
  .col-index-product ul li{width:33.33%;}
  .col-index-product ul li:nth-child(4){margin-left:16.5%;}
  .col-index-product ul li .content h4{font-size:18px;margin:5px 0 10px;}
  .col-index-product ul li .content img{height:35px;}

  .footer-nav ul{padding:10px 0;}
  .footer-nav ul li{min-width:70px;}
  .footer-box.row{padding:20px 0 30px;}
  .footer-contact p span{display:block;margin-right:0;}

  .col-news-nav{margin-top:45px;}
  .col-news-nav ul li a{font-size:16px;padding:3px 0;}
  .col-news-list ul.row{margin-left: -7.5px;margin-right: -7.5px;margin-top:10px;}
  .col-news-list ul li{padding-left: 7.5px;padding-right: 7.5px;margin-top:20px;}

  .col-product-title{margin-bottom:15px;}
  .col-product-title h3{font-size:18px;}
  .col-product-title h3 span{font-size:12px;}
  .col-page-tech{padding:20px 0;}
  .col-page-tech ul li h3{font-size:14px;}
  .col-page-other{padding:30px 0 70px;}
  .col-page-other ul li h3{padding-left:25px;}
  .col-page-other ul li h3 span{right:28px;}

  .col-page-product{padding-top:35px;}
  .col-product-nav a{line-height: 34px;}  
  .col-product-nav div:hover ul{display: none;}
  .pro{margin-top:15px;}
  .pro table th{padding:15px 0;}

  .col-page-product-detail{padding-top:30px;}
  .col-product-detail{margin-top:15px;}
  .col-product-detail .pic{width:100%;text-align:left;margin-bottom:10px;}
  .col-product-detail .content{width:100%;}
  .col-product-detail h1{font-size:18px;}


  .col-page-talent{padding:30px 0 45px;}
  .col-page-talent ul.row{}
  .col-page-talent ul li{width: 100%;margin:15px auto 0;}
  .col-page-talent ul li .padding{height:auto;padding:50px 10px; }
  .col-page-talent ul li .padding p{ font-size:14px;}
  .col-page-talent ul li .padding p.t1{font-size:18px;margin-top:15px;}
  .col-page-talent ul li .padding p.t2{font-size:12px;}
  .col-page-talent ul li .padding hr{margin:10px auto 15px;}

  .col-page-job{margin-top:30px;}
  .job ul li{padding:0 1%;}
  .job ul li .padding{padding-top:10px;padding-bottom:10px;}
  .job ul li span.span1{width:75%;}
  .job ul li span.span3{width:25%;}
  .job ul li span.span2,.job ul li span.span4{display:none;}


  .col-job-detail{padding-top:30px;}
  .jobshow h1{font-size:18px;margin-top:25px;}
  .jobshow .para{margin:15px 0;}

  .message {    margin: 50px 0 70px;  }
  .message .messagecon ul{width:100%;margin-right:0;}
  .message .messagecon ul li textarea{height:150px;}
  .message .sub input{margin-top:30px;}

  .col-page-development{/*margin-top:50px;*/padding:30px 0;}
  .col-page-development{height:auto;}
  .col-page-development ul{margin-top:30px;}
  .col-page-development ul li{height:300px;}
  .col-page-development ul li .content{width:570px;margin-left:-285px;}
  .col-page-development ul li .con{padding-top:10px;}
  .col-page-development ul li h4{font-size:16px;margin-bottom:5px;}

  .col-page-images{padding-top:60px;}
  .col-images-title a span{font-size:12px;}
  .col-imageslist{margin:30px auto 40px;}
  .col-imageslist .owl-theme .owl-nav.disabled+.owl-dots{margin-top:35px;}
  .col-imageslist .owl-theme .owl-dots .owl-dot span{width: 10px;height:10px;}

  .col-page-service{padding:40px 0 35px;}
  .col-service ul li{margin-bottom:15px;}

  .col-page-feedback{padding:30px 0 35px;}
  .feedback ul li{margin-bottom:10px;}
  .feedback ul li input{padding:0 10px;}
  .feedback ul li textarea{padding:8px 10px;height:150px;}
  .feedback ul li.sub input{height:40px;width:140px;}

  .service-map{width:100%;}
  .service-content{width:100%;}
  .service-content .content ul li span{font-size:16px!important;}
  .service-map .zj em{font-size:18px;}
  .service-map .cs em{font-size:14px;}

  .col-page-contact{padding:35px 0 60px;}
  .contactway ul.row{margin-top:20px;}
  .contactway ul li img{margin-bottom:9px;}
  .contactway ul li{margin-bottom:12px;}
  #allmap{margin-top:30px;height:250px;}

  .col-page-culture{padding-top:30px;padding-bottom:70px}

}
@media (max-width: 599px){
  .col-page-development ul li {height:auto;}
  .col-page-development ul li .content{width:98%;position:relative;left:0;margin:40px auto 0;}
}

@media (min-width: 550px){
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
      -webkit-transform: translate(-440px,0)!important;
      -ms-transform: translate(-440px,0)!important;
      transform: translate(-440px,0)!important;
      -webkit-transform: translate3d(-440px,0,0)!important;
      transform: translate3d(-440px,0,0)!important;
  }
}
@media (max-width: 500px){
  .col-page-culture ul li .padding .con{line-height:1.5em;font-size:12px;padding:0 5px;}
  .col-page-culture ul li .padding .con h5{font-size:14px;margin-bottom:0px;}
  .col-page-culture ul li .padding .con h5 span{display:block;font-size:12px;color:#ccc;font-family:"Arial";margin-top:3px;}
  .col-page-culture ul li .padding .con p{line-height:1.5em;}

  .entry-image{width:100%;float: none;margin-bottom:5px;}
  .search_right{padding-left: 15px;}
}
@media (max-width: 400px){
  .col-news-list ul li{width:100%;}
  .col-page-development ul li .pic{width:100%;}
  .col-page-development ul li .con{width:100%;}
}